@import "/public/static/js/Tinymce5/wxParse.css";

::-moz-selection {
    background: #1abdc3;
    color: #FFF;
}

::selection {
    background: #1abdc3;
    color: #FFF;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bdbdbd;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[v-cloak] {
    display: none;
}

HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
    border: none;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: "microsoft yahei", sans-serif;
    font-size: 14px;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 14px;
}

a {
    text-decoration: none;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input {
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=submit], input[type=button] {
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

img {
    border: none;
    user-select: none;
}

ul, ol, li {
    list-style-type: none;
}

.iconfont {
    font-size: unset;
}

.ys-clear::after {
    clear: both;
    content: " ";
    display: table;
}

.ys-fl {
    float: left;
}

.ys-fr {
    float: right;
}

.ys-cur {
    cursor: pointer;
}

.ys-mt-10 {
    margin-top: 10px;
}

.ys-mt-20 {
    margin-top: 20px;
}

.ys-mt-30 {
    margin-top: 30px;
}

.ys-mt-50 {
    margin-top: 50px;
}

.ys-mr-10 {
    margin-right: 10px;
}

.ys-mr-20 {
    margin-right: 20px;
}

.ys-hide {
    display: none;
}

.no-select {
    display: block;
    background: #f50000;
}

.ys-no-select {
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ys-ellipsis, .ys-text-truncate {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header {
    background: #fff;
}

.header .header-nav {
    margin: 0 auto;
    position: relative;
}

.header .header-nav .nav-logo {
    line-height: 70px;
    padding-left: 6px;
}

.header .header-nav .nav-logo .logo-img img {
    height: 50px;
    margin-right: 8px;
    vertical-align: middle;
}

.header .header-nav .nav-logo .logo-text {
    color: #868686;
    font-size: 16px;
}

.header .header-nav .nav-menus {
    display: none;
    margin-left: 150px;
}

.header .header-nav .nav-menus .menus-item {
    float: left;
}

.header .header-nav .nav-menus .menus-item > a {
    position: relative;
    display: block;
    line-height: 70px;
    padding: 0 25px;
    color: #000;
}

.header .header-nav .nav-menus .menus-item > a:hover {
    color: #2196f3;
}

.header .header-nav .nav-menus .menus-item > a:before,
.header .header-nav .nav-menus .menus-item > a:after {
    content: "";
    top: 0;
    width: 0;
    height: 4px;
    position: absolute;
    background-color: #2196f3;
    transition: all 500ms linear;
}

.header .header-nav .nav-menus .menus-item a:before {
    left: 50%;
}

.header .header-nav .nav-menus .menus-item a:after {
    right: 50%;
}

.header .header-nav .nav-menus .menus-item a:hover:before,
.header .header-nav .nav-menus .menus-item a:hover:after {
    width: 50%;
}

.header .header-nav .nav-menus .dropdown {
    position: relative;
    z-index: 1;
}

.header .header-nav .nav-menus .dropdown:hover .dropdown-content {
    display: block;
}

.header .header-nav .nav-menus .dropdown .dropdown-content {
    top: 60px;
    left: -7px;
    width: 120px;
    display: none;
    padding: 14px 0;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(196, 196, 196, 0.3);
}

.header .header-nav .nav-menus .dropdown .dropdown-content .item {
    margin-bottom: 14px;
    text-align: center;
    font-size: 13px;
}

.header .header-nav .nav-menus .dropdown .dropdown-content .item:last-child {
    margin-bottom: 0;
}

.header .header-nav .nav-menus .dropdown .dropdown-content .item a {
    color: #000;
}

.header .header-nav .nav-menus .dropdown .dropdown-content .item a:hover {
    color: #2196f3;
}

.footer .service {
    background: #131313;
    padding: 20px 0;
}

.footer .service .container {
    margin: 0 auto;
}

.footer .service .container .mod-item {
    width: 100%;
    padding: 10px 0 10px 40px;
}

.footer .service .container .mod-item .icon-box {
    color: #fff;
    font-size: 22px;
    line-height: 44px;
}

.footer .service .container .mod-item .text-box {
    padding-left: 30px;
}

.footer .service .container .mod-item .text-box .title {
    color: #fff;
    font-size: 14px;
}

.footer .service .container .mod-item .text-box .describe {
    margin-top: 3px;
    font-size: 13px;
    color: #999;
}

.footer .footer-item {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer .footer-item .container {
    margin: 0 auto;
}

.footer .footer-item .container .links {
    display: none;
}

.footer .footer-item .container .links .mod-item {
    color: #dcdcdc;
    font-size: 14px;
    margin-right: 12px;
    margin-bottom: 10px;
}

.footer .footer-item .container .links .mod-item a {
    color: #dcdcdc;
}

.footer .footer-item .container .links .mod-item a:hover {
    color: #fff;
}

.footer .footer-item .container .contact {
    color: #dcdcdc;
    padding: 0 40px;
}

.footer .footer-item .container .contact .title {
    font-size: 15px;
    font-weight: normal;
    color: #d7d8d9;
    margin-bottom: 20px;
}

.footer .footer-item .container .contact .mod-item {
    width: 165px;
    line-height: 25px;
    margin-right: 30px;
    margin-bottom: 10px;
    font-size: 13px;
}

.footer .footer-item .container .contact .mod-item a {
    color: #dcdcdc;
}

.footer .footer-item .container .contact .mod-item a:hover {
    color: #e8373d;
}

.footer .footer-item .container .contact .mod-item:nth-child(2n) {
    margin-right: 0;
}

.footer .footer-item .container .contact .mod-item .item-icon {
    display: block;
    padding: 0 5px;
    color: #48c4c8;
    font-size: 15px;
    margin-right: 6px;
}

.footer .footer-item .container .copyright {
    margin-top: 30px;
    text-align: center;
}

.footer .footer-item .container .copyright p {
    font-size: 13px;
    padding: 0 40px;
    color: #8c8c8c;
}

.footer .footer-item .container .copyright p a {
    color: #8c8c8c !important;
}

.container {
    width: 100%;
}

.page-index .banner .banner-item {
    width: 100%;
    height: 641px;
    background-position: center;
}

.page-index .banner .banner-item .inner-content {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding-top: 90px;
}

.page-index .banner .banner-item .inner-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

.page-index .banner .banner-item .inner-content h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.page-index .index-widget {
    margin-top: -340px;
}

.page-index .index-widget .widget-content {
    z-index: 9;
    margin: 0 auto;
    display: none;
    background: #fff;
    position: relative;
    padding: 60px 80px;
    border-radius: 10px;
    box-shadow: 0 6px 70px 1px rgba(0, 0, 0, 0.1);
}

.page-index .index-widget .widget-content .widget-left {
    width: 40%;
}

.page-index .index-widget .widget-content .widget-left .title {
    color: #424242;
    font-size: 34px;
    margin-bottom: 32px;
    letter-spacing: 1px;
}

.page-index .index-widget .widget-content .widget-left .describe {
    font-size: 14px;
    color: #828282;
    line-height: 1.8;
}

.page-index .index-widget .widget-content .widget-left .image-box {
    margin-top: 45px;
}

.page-index .index-widget .widget-content .widget-left .image-box .image-item img {
    display: block;
    width: 150px;
    height: 150px;
}

.page-index .index-widget .widget-content .widget-left .image-box .image-item:first-child {
    margin-right: 30px;
}

.page-index .index-widget .widget-content .widget-right {
    width: 60%;
}

.page-index .index-widget .widget-content .widget-right .image-box {
    margin-top: -100px;
    position: relative;
}

.page-index .index-widget .widget-content .widget-right .image-box img {
    display: block;
    position: absolute;
}

.page-index .index-widget .widget-content .widget-right .image-box img:nth-child(1) {
    right: 90px;
    top: 0;
    z-index: 1;
    box-shadow: 0 4px 57px 0 rgba(0, 0, 0, 0.07);
}

.page-index .index-widget .widget-content .widget-right .image-box img:nth-child(2) {
    right: 340px;
    top: 15px;
    z-index: 2;
}

.page-index .index-widget .widget-content .widget-right .image-box img:nth-child(3) {
    right: 30px;
    top: 305px;
    z-index: 2;
}

.page-index .index-widget .widget-content .widget-right .image-box img:nth-child(4) {
    right: 0;
    z-index: 0;
}

.page-index .index-section-02 {
    margin-top: -102px;
    background-color: #f8f8f8;
}

.page-index .index-section-02 .container {
    margin: 0 auto;
}

.page-index .index-section-02 .container .mod-list .mod-item {
    width: 100%;
    padding: 20px 0;
    background: #fff;
    text-align: center;
}

.page-index .index-section-02 .container .mod-list .mod-item:last-child {
    margin-right: 0;
}

.page-index .index-section-02 .container .mod-list .mod-item .item-title {
    font-size: 18px;
    font-weight: 700;
    color: #555;
}

.page-index .index-section-02 .container .mod-list .mod-item .item-describe {
    color: #888888;
    font-size: 14px;
    width: 210px;
    margin: 15px auto 0;
}

.page-index .index-section-02 .container .mod-list .mod-item .img {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}

.page-index .index-section-02 .container .mod-list .mod-item:nth-child(1) .img {
    background-position: 0 0;
}

.page-index .index-section-02 .container .mod-list .mod-item:nth-child(2) .img {
    background-position: -110px 0;
}

.page-index .index-section-02 .container .mod-list .mod-item:nth-child(3) .img {
    background-position: -220px 0;
}

.page-index .index-section-03 {
    position: relative;
    padding: 40px 0;
    background: url("../imgs/section-03_bg.jpg") no-repeat center;
}

.page-index .index-section-03 .container {
    color: #fff;
    margin: 0 auto;
}

.page-index .index-section-03 .container .mod-head {
    text-align: center;
    margin-bottom: 40px;
}

.page-index .index-section-03 .container .mod-head .title {
    font-size: 22px;
    margin-bottom: 24px;
    letter-spacing: 2px;
}

.page-index .index-section-03 .container .mod-head .subtitle {
    font-size: 14px;
}

.page-index .index-section-03 .container .mod-industry {
    padding: 0 20px;
}

.page-index .index-section-03 .container .mod-industry .mod-item {
    width: 25%;
    height: 140px;
    position: relative;
    text-align: center;
}

.page-index .index-section-03 .container .mod-industry .mod-item:nth-child(4n) {
    margin-right: 0;
}

.page-index .index-section-03 .container .mod-industry .mod-item .mod-item-icon {
    width: 100%;
    height: 95px;
    font-size: 38px;
    line-height: 95px;
    margin-bottom: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../imgs/section-03_item_bg.png");
}

.page-index .index-section-04 {
    padding: 30px 0;
}

.page-index .index-section-04 .container {
    text-align: center;
}

.page-index .index-section-04 .container .mod-head {
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.page-index .index-section-04 .container .mod-head .head-title {
    font-size: 22px;
    margin-bottom: 25px;
}

.page-index .index-section-04 .container .mod-head .subtitle {
    color: #888;
    font-size: 15px;
    padding: 0 80px;
    margin-bottom: 30px;
}

.page-index .index-section-04 .container .mod-image-box {
    user-select: none;
}

.page-index .index-section-05 .container {
    margin: 0 auto;
    padding: 20px 0;
}

.page-index .index-section-05 .container .mod-list {
    padding: 0 20px;
}

.page-index .index-section-05 .container .mod-head .head-title {
    color: #333;
    font-size: 20px;
    text-align: center;
}

.page-index .index-section-05 .container .mod-list .mod-item {
    width: 25%;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 47px 5px rgba(206, 206, 206, 0.19);
}

.page-index .index-section-05 .container .mod-list .mod-item:last-child {
    margin-right: 0;
}

.page-index .index-section-05 .container .mod-list .mod-item:hover .hover-box {
    display: block;
}

.page-index .index-section-05 .container .mod-list .mod-item .hover-box {
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #48c4c8;
    padding-top: 45px;
    position: absolute;
}

.page-index .index-section-05 .container .mod-list .mod-item .hover-box .title {

}

.page-index .index-section-05 .container .mod-list .mod-item .hover-box .describe {
    display: none;
}

.page-index .index-section-05 .container .mod-list .mod-item .item-icon {
    color: #48c4c8;
    font-size: 48px;
    margin-top: 30px;
}

.page-index .index-section-05 .container .mod-list .mod-item .item-text {
    color: #666666;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-index .index-section-06 {
    padding: 40px 0;
    background-color: #f8f8f8;
}

.page-index .index-section-06 .container {
    margin: 0 auto;
}

.page-index .index-section-06 .mod-head {
    text-align: center;
    margin-bottom: 40px;
}

.page-index .index-section-06 .mod-head .head-title {
    color: #333;
    font-size: 24px;
    padding: 0 60px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.page-index .index-section-06 .mod-head .describe {
    color: #666;
    font-size: 16px;
    padding: 0 40px;
}

.page-index .index-section-06 .mod-tabs {
    padding: 0 20px;
    margin-bottom: 40px;
}

.page-index .index-section-06 .mod-tabs .tab-item {
    width: 25%;
    color: #666;
    height: 50px;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
    line-height: 50px;
    text-align: center;
}

.page-index .index-section-06 .mod-tabs .tab-item:hover, .page-index .index-section-06 .mod-tabs .tab-item.active {
    background: linear-gradient(to right, #48c4c8, #1abdc3);
    color: #fff;
}

.page-index .index-section-06 .mod-image-box {
    user-select: none;
}

.page-index .index-section-06 .mod-image-box img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.page-inside .banner {
    width: 100%;
    height: 350px;
    background: url("../imgs/banner_02.png");
}

.page-inside .banner .container {
    width: 1200px;
    margin: 0 auto;
}

.page-inside .banner .mod-text {
    color: #fff;
    text-align: center;
    padding-top: 100px;
}

.page-inside .banner .mod-text .title {
    font-size: 33px;
    margin-bottom: 15px;
}

.page-inside .banner .mod-text .describe {
    font-size: 16px;
}

.page-inside .content {
    background: #f5f5f5;
    padding: 80px 0;
    background: url("../imgs/content-bg.jpg");
    color: #404040;
}

.page-inside .content .container {
    position: relative;
    width: 1200px;
    padding: 90px;
    margin: -180px auto 0 auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 45px -5px rgba(158, 158, 158, 0.22);
}

.page-inside .content .widget-head {
    width: 100%;
    margin-bottom: 20px;
}

.page-inside .content .widget-head .widget-title {
    position: relative;
    font-size: 18px;
}

.page-inside .content .help-item {
    line-height: 30px;
}

.page-inside .content .help-item .image-box {
    padding: 20px 0;
}

.page-inside .content .test-box {
    margin-left: -10px;
    margin-right: 120px;
    margin-top: 20px;
}

.page-inside .content .test-box .bg-img {
    background: url("../imgs/demo-case.png");
    width: 420px;
    height: 252px;
}

.page-main .banner {
    width: 100%;
    height: 350px;
    background: url("../imgs/banner_03.png");
}

.page-main .banner .container {
    margin: 0 auto;
}

.page-main .banner .mod-text {
    color: #fff;
    text-align: center;
    padding-top: 80px;
}

.page-main .banner .mod-text .describe {
    font-size: 16px;
}

.page-main .content {
    background: #f5f5f5;
}

.page-main .content .container {
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin: -180px auto 0 auto;
    box-shadow: 0 0 45px -5px rgba(158, 158, 158, 0.22);
}

.page-main .content .mod-head {
    color: #333333;
    margin-bottom: 50px;
}

.page-main .content .mod-head .mod-title {
    font-size: 24px;
    margin-bottom: 7px;
}

.page-main .content .mod-head .mod-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
}

.page-main .content .mod-head .mod-foot-border .blank-b {
    width: 36px;
    height: 2px;
    background: #333333;
}

.page-main .content .mod-help {
    line-height: 36px;
}

.page-main .content .mod-help .mod-left {
    width: 105px;
    text-align: right;
    margin-right: 10px;
    display: inline-block;
}

.page-main .content .mod-help a {
    color: #f00;
}

.page-main .content .mod-help a:hover {
    color: #ff00af;
}

.page-main .content .test-box img {
    width: 100%;
}

.page-doc .doc-container {
    position: relative;
    padding: 40px 0 0;
    background: #fff;
}

.page-doc .doc-container .content {
    width: 1200px;
    margin: 0 auto;
    min-height: 660px;
}

.page-doc .doc-container .main-menu .main-menu-list {
    width: 258px;
    padding-left: 0;
    border-right: 1px solid #e8e8e8;
    min-height: 600px;
    overflow-y: auto;
}

.page-doc .doc-container .main-menu .main-menu-list::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: transparent;
}

.page-doc .doc-container .main-menu .main-menu-list::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: transparent;
}

.page-doc .doc-container .main-menu .main-menu-list:hover::-webkit-scrollbar-thumb {
    background-color: rgba(69, 90, 100, 0.2);
}

.page-doc .doc-container .main-menu .main-menu-list .menu-item {
    position: relative;
}

.page-doc .doc-container .main-menu .main-menu-list .menu-item .menu-item-wrapper {
    position: relative;
    padding: 0 4px;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
}

.page-doc .doc-container .main-menu .main-menu-list .menu-item a {
    color: #314659;
    font-size: 14px;
}

.page-doc .doc-container .main-menu .main-menu-list .menu-item a:hover {
    color: #1890ff;
}

.page-doc .doc-container .main-menu .main-menu-list .menu-item .menu-item_active a {
    color: #1890ff;
}

.page-doc .doc-container .main-menu .main-menu-list .menu-item .menu-icon {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 20px;
    width: 25px;
}

.page-doc .doc-container .main-menu .main-menu-list .menu-item .menu-icon a {
    display: block;
    text-align: center;
    font-size: 12px;
}

.page-doc .doc-container .main-menu .main-menu-list .menu-item .menu-icon .iconfont {
    transition: transform .3s, -webkit-transform .3s;
}

.page-doc .doc-container .main-menu .main-menu-list .menu-item .menu-submenu-list {
    margin: 0;
    display: none;
    padding-left: 28px;
}

.page-doc .doc-container .main-content {
    width: 900px;
    padding: 0 50px 60px;
}

.page-doc .doc-container .main-content .content-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0d1a26;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 8px;
    font-size: 30px;
    line-height: 38px;
    font-family: Lato, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.page-doc .doc-container .main-content .markdown-body {
    font-size: 14px;
    padding: 0;
}

.page-doc .doc-container .main-content .markdown-body > *:first-child {
    margin-top: 0 !important;
}

.page-doc .doc-container .main-content .markdown-body ul li {
    list-style-type: circle;
}

.img-banner-right {
    width: 232px;
    height: 422px;
}

.img-main-section-04 {
    width: 80%;
}

.img-main-section-02 {
    width: 102px;
    height: 102px;
}

.el-breadcrumb {
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
